nhooyr.io/websocket.Conn.writeBuf (field)

3 uses

	nhooyr.io/websocket (current package)
		conn.go#L69: 	writeBuf       []byte
		conn.go#L120: 		c.writeBuf = extractBufioWriterBuf(c.bw, c.rwc)
		write.go#L368: 		maskKey = mask(maskKey, c.writeBuf[i:c.bw.Buffered()])